GET /api/bet_types/9f746eff-f754-49cc-9a93-d14f96ded42f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f746eff-f754-49cc-9a93-d14f96ded42f",
    "match": "https://api-prod.gambitprofit.com/api/matches/866d69e9-a620-479c-9441-cf1a69fec6e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-19T09:28:03.107020-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": "PIT",
                "amount": 5614.0
            },
            {
                "team": "MIN",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "cea19f20-0370-46b7-8a2a-360743dfcc6d",
            "gambit_id": "913d8525-b546-45c8-9687-8beab1d3b4f7",
            "last_updated": "2023-08-21T11:03:21.648592-04:00",
            "created_at": "2023-08-19T09:28:03.111102-04:00",
            "name": "PIT",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f746eff-f754-49cc-9a93-d14f96ded42f/?format=api"
        },
        {
            "id": "3c872d98-03dd-412f-982e-f991d7fb4e74",
            "gambit_id": "7349c57f-640f-46c9-bc03-9899c64b2407",
            "last_updated": "2023-08-21T11:03:21.652675-04:00",
            "created_at": "2023-08-19T09:28:03.115687-04:00",
            "name": "MIN",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f746eff-f754-49cc-9a93-d14f96ded42f/?format=api"
        }
    ]
}