GET /api/bet_types/aea2bec4-54cd-4072-a6fb-efdf71b3adeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aea2bec4-54cd-4072-a6fb-efdf71b3adeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bf80e42-085f-4da6-93da-2a0c66f6c3f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T13:22:12.107421-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40ed9a99-edd3-4f47-8b3c-84bb00c9cab1",
            "gambit_id": "1a82357d-d011-4c96-8a00-3c8469d196b9",
            "last_updated": "2023-04-07T20:27:06.405653-04:00",
            "created_at": "2023-04-06T13:22:12.108863-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea2bec4-54cd-4072-a6fb-efdf71b3adeb/?format=api"
        },
        {
            "id": "7156880e-40f2-48f4-bf11-b0e00038d2fb",
            "gambit_id": "0120bc9d-8081-458e-8386-69a15343482d",
            "last_updated": "2023-04-07T20:27:06.407317-04:00",
            "created_at": "2023-04-06T13:22:12.110491-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea2bec4-54cd-4072-a6fb-efdf71b3adeb/?format=api"
        }
    ]
}