GET /api/bet_types/eee647ee-e05e-4bf4-bd7b-f8e5d38e42ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eee647ee-e05e-4bf4-bd7b-f8e5d38e42ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/828aff44-fc65-49d9-afb0-791589d5d156/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:18:03.818260-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5766.0
            },
            {
                "team": "Crystal Palace",
                "amount": 4234.0
            }
        ],
        "expected_reward_tokens": 12913.7,
        "profit_sb": 3413.7,
        "profit_sb_percentage": 35.93,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 4108.0
            },
            {
                "team": "Crystal Palace",
                "amount": 3017.0
            },
            {
                "team": "Draw",
                "amount": 2875.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cf2e727-229b-4f9f-96e9-49a5373d26f0",
            "gambit_id": "35e595cf-aa19-4409-99c3-36438f30c4a9",
            "last_updated": "2023-12-26T20:28:09.127581-05:00",
            "created_at": "2023-12-21T09:18:03.834369-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee647ee-e05e-4bf4-bd7b-f8e5d38e42ea/?format=api"
        },
        {
            "id": "d95c68ec-09e5-44b2-bc09-367760c6ae9a",
            "gambit_id": "bfa56973-6dc5-4727-aad7-2713eda55c4f",
            "last_updated": "2023-12-26T20:28:09.124045-05:00",
            "created_at": "2023-12-21T09:18:03.828950-05:00",
            "name": "Crystal Palace",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee647ee-e05e-4bf4-bd7b-f8e5d38e42ea/?format=api"
        },
        {
            "id": "1920ca17-1017-4dbf-a746-cc4ae7c1e5ab",
            "gambit_id": "f707ffca-75f1-4858-886f-90807344ca17",
            "last_updated": "2023-12-26T20:28:09.120713-05:00",
            "created_at": "2023-12-21T09:18:03.824324-05:00",
            "name": "Draw",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee647ee-e05e-4bf4-bd7b-f8e5d38e42ea/?format=api"
        }
    ]
}