GET /api/bet_types/7f662b24-57a8-41b2-8f02-d71009d41962/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f662b24-57a8-41b2-8f02-d71009d41962",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f984804-0d02-48a0-96d7-3db7858a0a72/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-05T09:53:20.184645-04: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": "SEA (B Miller)",
                "amount": 5776.0
            },
            {
                "team": "CIN (C Phillips)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "145a98a4-34f7-4301-bbc2-469bea6c596b",
            "gambit_id": "a2bd524e-b61d-4a48-a788-c744f18133f9",
            "last_updated": "2023-09-07T10:23:05.593178-04:00",
            "created_at": "2023-09-05T09:53:20.191146-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f662b24-57a8-41b2-8f02-d71009d41962/?format=api"
        },
        {
            "id": "1f6c7b9e-47fb-4ec6-8ce7-7cb2cd9f3e7d",
            "gambit_id": "bd4e622f-9be2-46b5-890d-74151dfd03ee",
            "last_updated": "2023-09-07T10:23:05.596885-04:00",
            "created_at": "2023-09-05T09:53:20.197588-04:00",
            "name": "CIN (C Phillips)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f662b24-57a8-41b2-8f02-d71009d41962/?format=api"
        }
    ]
}