GET /api/bet_types/d9e2e8e3-a5ab-421b-87b3-a5370add4183/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9e2e8e3-a5ab-421b-87b3-a5370add4183",
    "match": "https://api-prod.gambitprofit.com/api/matches/698d317d-c4bd-4422-aa49-b7ceb5142170/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T15:07:04.868911-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Bournemouth",
                "amount": 5456.0
            },
            {
                "team": "Leeds United",
                "amount": 4544.0
            }
        ],
        "expected_reward_tokens": 13039.84,
        "profit_sb": 3539.84,
        "profit_sb_percentage": 37.26,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bournemouth",
                "amount": 3880.0
            },
            {
                "team": "Leeds United",
                "amount": 3231.0
            },
            {
                "team": "Draw",
                "amount": 2889.0
            }
        ],
        "expected_reward_tokens": 9272.97,
        "profit_sb": -227.03,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e8d4254-93f2-44a6-8972-ec1c21cbfe72",
            "gambit_id": "f9897a31-0275-4673-9498-2afc188ff2a0",
            "last_updated": "2023-05-01T12:27:20.417314-04:00",
            "created_at": "2023-04-28T15:07:04.872209-04:00",
            "name": "Bournemouth",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e2e8e3-a5ab-421b-87b3-a5370add4183/?format=api"
        },
        {
            "id": "767914fb-7034-4960-9479-ea9c1b6d0384",
            "gambit_id": "afc8dddc-822c-40e0-86e0-411a79264117",
            "last_updated": "2023-05-01T12:27:20.415959-04:00",
            "created_at": "2023-04-28T15:07:04.870535-04:00",
            "name": "Leeds United",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e2e8e3-a5ab-421b-87b3-a5370add4183/?format=api"
        },
        {
            "id": "2ad8f996-75cd-4a0a-bc25-1560414d85d0",
            "gambit_id": "3805c98a-e1ef-4e07-98e5-f6a5ea7103dd",
            "last_updated": "2023-05-01T12:27:20.418715-04:00",
            "created_at": "2023-04-28T15:07:04.873894-04:00",
            "name": "Draw",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e2e8e3-a5ab-421b-87b3-a5370add4183/?format=api"
        }
    ]
}