GET /api/bet_types/7d7d865f-03ea-49c3-bca5-9a53a6cfe62a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d7d865f-03ea-49c3-bca5-9a53a6cfe62a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6d50bb3-d289-4150-9666-f77854e1a4a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T09:03:06.840769-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Mackenzie Dern",
                "amount": 6594.0
            },
            {
                "team": "Jessica Andrade",
                "amount": 3406.0
            }
        ],
        "expected_reward_tokens": 9230.26,
        "profit_sb": -269.74,
        "profit_sb_percentage": -2.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "27f29e15-7e62-4fad-98f1-b855252196da",
            "gambit_id": "ddaa5cde-2415-41ac-8bfb-1eebadcd7bfb",
            "last_updated": "2023-11-13T15:23:04.519902-05:00",
            "created_at": "2023-11-11T09:03:06.849315-05:00",
            "name": "Mackenzie Dern",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d7d865f-03ea-49c3-bca5-9a53a6cfe62a/?format=api"
        },
        {
            "id": "71c4efc8-020c-4219-9f5f-bc0cc7efa134",
            "gambit_id": "2916511a-e273-4958-acd2-3135338d2765",
            "last_updated": "2023-11-13T15:23:04.515859-05:00",
            "created_at": "2023-11-11T09:03:06.845239-05:00",
            "name": "Jessica Andrade",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d7d865f-03ea-49c3-bca5-9a53a6cfe62a/?format=api"
        }
    ]
}