GET /api/bet_types/6a2af148-63e8-4db6-9514-03ced907da56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a2af148-63e8-4db6-9514-03ced907da56",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b9a860e-d4a1-4266-99aa-c603b84a0f1a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:18.614182-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": "Arlington Renegades",
                "amount": 5000.0
            },
            {
                "team": "DC Defenders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "29faa117-3f13-4837-9051-349f0ff9d65b",
            "gambit_id": "8708723b-1785-4907-9d97-46c26a6be6aa",
            "last_updated": "2023-04-18T12:12:05.330489-04:00",
            "created_at": "2023-04-14T12:02:18.615782-04:00",
            "name": "Arlington Renegades",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a2af148-63e8-4db6-9514-03ced907da56/?format=api"
        },
        {
            "id": "f7584fe2-09fe-4e1a-b558-82b1fa3c875e",
            "gambit_id": "29203fa3-f66e-4325-b174-53c8a2d64442",
            "last_updated": "2023-04-18T12:12:05.331829-04:00",
            "created_at": "2023-04-14T12:02:18.617502-04:00",
            "name": "DC Defenders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a2af148-63e8-4db6-9514-03ced907da56/?format=api"
        }
    ]
}