GET /api/bet_types/6c56a006-36c4-449b-b826-9814e5dd594d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c56a006-36c4-449b-b826-9814e5dd594d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc5b2305-8ac9-4c4a-b6a9-7d296211951c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-04T09:43:05.141336-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": "SEA",
                "amount": 6390.0
            },
            {
                "team": "SFO",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e19123e-4b49-4992-9374-d5f6d309df51",
            "gambit_id": "8746d352-184a-4e78-ab81-dae93b926fe0",
            "last_updated": "2023-07-05T18:58:29.509733-04:00",
            "created_at": "2023-07-04T09:43:05.143318-04:00",
            "name": "SEA",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c56a006-36c4-449b-b826-9814e5dd594d/?format=api"
        },
        {
            "id": "0c278609-22b5-4338-8f39-298351bacf3d",
            "gambit_id": "fca70c52-6ace-4ed0-a13c-7b3bd057f23d",
            "last_updated": "2023-07-05T18:58:29.511790-04:00",
            "created_at": "2023-07-04T09:43:05.145519-04:00",
            "name": "SFO",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c56a006-36c4-449b-b826-9814e5dd594d/?format=api"
        }
    ]
}