GET /api/bet_types/f7a18ffb-d0af-4b5f-af21-2872caa575cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7a18ffb-d0af-4b5f-af21-2872caa575cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d284b995-78cf-4ac5-9204-2e36f2c6b8ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T00:23:16.487016-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": "BAL",
                "amount": 6010.0
            },
            {
                "team": "ARI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ba081a3-ae04-4a90-a8fc-f132442c7bfd",
            "gambit_id": "30569d77-40f4-412e-b5b8-b2b98d1625d5",
            "last_updated": "2023-09-05T10:23:06.186553-04:00",
            "created_at": "2023-09-03T00:23:16.493089-04:00",
            "name": "BAL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a18ffb-d0af-4b5f-af21-2872caa575cf/?format=api"
        },
        {
            "id": "6d81507e-f73f-49d9-a5b2-095fb16524ba",
            "gambit_id": "2ab0f71e-3be3-45f1-9aac-fc8641dd42f5",
            "last_updated": "2023-09-05T10:23:06.191345-04:00",
            "created_at": "2023-09-03T00:23:16.500698-04:00",
            "name": "ARI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a18ffb-d0af-4b5f-af21-2872caa575cf/?format=api"
        }
    ]
}