GET /api/bet_types/80264e22-67af-4c5a-afe7-0f96689c0ceb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80264e22-67af-4c5a-afe7-0f96689c0ceb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eb6bd66-f4cc-4ad1-8fd3-427d0c1fe991/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:02.808197-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": "MIL",
                "amount": 5784.0
            },
            {
                "team": "SEA",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "6192a6dc-65ba-4f58-a3e1-ccb5c15a9ef5",
            "gambit_id": "882c5e9d-3a15-4ad6-b6d5-581a4767dfed",
            "last_updated": "2023-04-19T20:52:00.414038-04:00",
            "created_at": "2023-04-18T12:12:02.812245-04:00",
            "name": "MIL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80264e22-67af-4c5a-afe7-0f96689c0ceb/?format=api"
        },
        {
            "id": "5e4a628b-d5e5-4ad5-9cec-a13ece2384e7",
            "gambit_id": "0a521e15-18e1-4b9a-9377-c19e9335e789",
            "last_updated": "2023-04-19T20:52:00.411499-04:00",
            "created_at": "2023-04-18T12:12:02.809859-04:00",
            "name": "SEA",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80264e22-67af-4c5a-afe7-0f96689c0ceb/?format=api"
        }
    ]
}