GET /api/bet_types/0dd059ae-6390-4089-8b13-7fa3d146b8ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dd059ae-6390-4089-8b13-7fa3d146b8ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/e950abbf-07c9-4a1d-bb7c-0a025056d557/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:07:01.056278-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e0ef9c2-555e-4c9b-9cfb-3275c26da4ad",
            "gambit_id": "bbaa8f75-f6a1-4ac0-aff5-32ae3000f83e",
            "last_updated": "2023-03-29T10:22:00.067344-04:00",
            "created_at": "2023-03-28T10:07:01.060143-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd059ae-6390-4089-8b13-7fa3d146b8ee/?format=api"
        },
        {
            "id": "a8cf516c-8cc5-4239-a819-80f7f8593a81",
            "gambit_id": "7f0cb461-699f-4879-b781-c89c73a79309",
            "last_updated": "2023-03-29T10:22:00.065308-04:00",
            "created_at": "2023-03-28T10:07:01.058426-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd059ae-6390-4089-8b13-7fa3d146b8ee/?format=api"
        }
    ]
}