GET /api/bet_types/86945642-8eea-4937-9ae1-8380e392c9c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86945642-8eea-4937-9ae1-8380e392c9c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a97faad3-86a5-4c1b-b61b-80b182b3aaf8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:05.129030-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": "Seattle Seahawks",
                "amount": 5000.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3f50e46-e07b-43f0-b893-7df58ef597b5",
            "gambit_id": "320a3abf-267e-49f6-ba7a-160a70c6312b",
            "last_updated": "2023-12-26T20:18:06.527967-05:00",
            "created_at": "2023-12-20T11:13:05.134067-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86945642-8eea-4937-9ae1-8380e392c9c9/?format=api"
        },
        {
            "id": "69f59c98-3f95-4fea-9a2c-738143944d6d",
            "gambit_id": "87fbd693-c295-4c64-8681-4caf0ff7842f",
            "last_updated": "2023-12-26T20:18:06.531586-05:00",
            "created_at": "2023-12-20T11:13:05.139225-05:00",
            "name": "Tennessee Titans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86945642-8eea-4937-9ae1-8380e392c9c9/?format=api"
        }
    ]
}