GET /api/bet_types/d07d6521-f676-4af9-ac23-52ea1a461d90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d07d6521-f676-4af9-ac23-52ea1a461d90",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0abbc87-f763-4206-af88-be3c201cbb68/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:09.041039-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": "CHC",
                "amount": 6100.0
            },
            {
                "team": "MIA",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "d38736f7-ccfb-4744-9bb5-e4fd04a8d2a5",
            "gambit_id": "a397faba-ca7c-4b23-985c-98c497384246",
            "last_updated": "2023-05-08T11:47:06.801473-04:00",
            "created_at": "2023-05-07T11:57:09.042869-04:00",
            "name": "CHC",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07d6521-f676-4af9-ac23-52ea1a461d90/?format=api"
        },
        {
            "id": "558c89cd-4e3e-4f9c-ba32-65cc8bf67dff",
            "gambit_id": "946c9ee5-5319-4795-a02f-b457b29dc939",
            "last_updated": "2023-05-08T11:47:06.803535-04:00",
            "created_at": "2023-05-07T11:57:09.044546-04:00",
            "name": "MIA",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07d6521-f676-4af9-ac23-52ea1a461d90/?format=api"
        }
    ]
}