GET /api/bet_types/00642a63-cd4b-4625-a73e-35bb0034ac9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00642a63-cd4b-4625-a73e-35bb0034ac9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f67d712-7ff6-43a1-aa6e-5c0ea84f3d77/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-30T17:46:53.003720-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ede8279e-b742-44e9-a1b1-9062cb53a413",
            "gambit_id": "3e37e31d-1b0c-41e6-9ac7-84481d42e28d",
            "last_updated": "2023-01-31T09:12:14.161540-05:00",
            "created_at": "2023-01-30T17:46:53.006374-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00642a63-cd4b-4625-a73e-35bb0034ac9d/?format=api"
        },
        {
            "id": "e4b46ded-0298-4b58-928b-1effada31431",
            "gambit_id": "385c90f2-8fbe-4167-baf4-22a345cfb2d7",
            "last_updated": "2023-01-31T09:12:14.162763-05:00",
            "created_at": "2023-01-30T17:46:53.008768-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00642a63-cd4b-4625-a73e-35bb0034ac9d/?format=api"
        }
    ]
}