GET /api/bet_types/df504956-2764-4cb6-8c8b-ad2fe3824482/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df504956-2764-4cb6-8c8b-ad2fe3824482",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c0e5c0a-d952-4d42-9189-8108be5ce63d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:19.428706-05: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": "Calgary Flames",
                "amount": 7059.0
            },
            {
                "team": "Nashville Predators",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9528.84,
        "profit_sb": 28.84,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "b28b77d6-1437-4acc-b665-c6e2e5ba953c",
            "gambit_id": "d31e0ba7-b3f7-431b-9ea1-3bf150d1559b",
            "last_updated": "2023-11-23T17:43:23.320848-05:00",
            "created_at": "2023-11-22T09:08:19.432333-05:00",
            "name": "Calgary Flames",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df504956-2764-4cb6-8c8b-ad2fe3824482/?format=api"
        },
        {
            "id": "21cd7e0e-4d7b-482a-8017-4cc5fdc8a191",
            "gambit_id": "ae26daaf-da57-45b2-bfb0-cc9ca29914ad",
            "last_updated": "2023-11-23T17:43:23.324431-05:00",
            "created_at": "2023-11-22T09:08:19.436155-05:00",
            "name": "Nashville Predators",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df504956-2764-4cb6-8c8b-ad2fe3824482/?format=api"
        }
    ]
}