GET /api/bet_types/f1a17d69-823a-4e35-8fe3-8d7c326cf792/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1a17d69-823a-4e35-8fe3-8d7c326cf792",
    "match": "https://api-prod.gambitprofit.com/api/matches/f74fb6c5-8449-455d-a6ee-ed366500a7d2/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b7286b4-c87d-4efc-aac0-5d63fd622568",
            "gambit_id": "8bc6694e-1a28-4b94-9e94-897455f7fc04",
            "last_updated": "2022-11-07T10:18:21.512443-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1a17d69-823a-4e35-8fe3-8d7c326cf792/?format=api"
        },
        {
            "id": "314d31d6-e15b-45e4-9207-93baeab005ac",
            "gambit_id": "df8a9d2e-0906-4738-975a-e4c1c6d95092",
            "last_updated": "2022-11-07T10:18:21.513403-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1a17d69-823a-4e35-8fe3-8d7c326cf792/?format=api"
        }
    ]
}