GET /api/bet_types/6d57c051-696e-4d67-ada6-e481a340d9f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d57c051-696e-4d67-ada6-e481a340d9f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f35556d-be0c-404c-956e-4d6438f2b7fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T13:07:10.830160-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5471.0
            },
            {
                "team": "Manchester United",
                "amount": 4529.0
            }
        ],
        "expected_reward_tokens": 12635.91,
        "profit_sb": 3135.91,
        "profit_sb_percentage": 33.01,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 3998.0
            },
            {
                "team": "Manchester United",
                "amount": 3310.0
            },
            {
                "team": "Draw",
                "amount": 2692.0
            }
        ],
        "expected_reward_tokens": 9233.56,
        "profit_sb": -266.44,
        "profit_sb_percentage": -2.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "56e0dd04-0e87-43c2-92b6-899be7c5d04b",
            "gambit_id": "ac4fd259-c894-4f8e-9885-a206da679eee",
            "last_updated": "2023-03-06T19:21:49.299110-05:00",
            "created_at": "2023-03-03T13:07:10.832650-05:00",
            "name": "Liverpool",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d57c051-696e-4d67-ada6-e481a340d9f4/?format=api"
        },
        {
            "id": "d7a6e5a1-5b0f-4128-b08a-da68886d27ef",
            "gambit_id": "954dd2b4-1b08-4ed4-9a99-70a75b98b156",
            "last_updated": "2023-03-06T19:21:49.297923-05:00",
            "created_at": "2023-03-03T13:07:10.831324-05:00",
            "name": "Manchester United",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d57c051-696e-4d67-ada6-e481a340d9f4/?format=api"
        },
        {
            "id": "8c35da2b-b5d2-4e30-9c83-f82166c9e97a",
            "gambit_id": "3112d087-9b76-4702-bdd7-c7340ca80239",
            "last_updated": "2023-03-06T19:21:49.300198-05:00",
            "created_at": "2023-03-03T13:07:10.833953-05:00",
            "name": "Draw",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d57c051-696e-4d67-ada6-e481a340d9f4/?format=api"
        }
    ]
}