GET /api/bet_types/21996f16-da56-4c1e-88ae-3c1fe149a943/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21996f16-da56-4c1e-88ae-3c1fe149a943",
    "match": "https://api-prod.gambitprofit.com/api/matches/963c04a4-e076-4c94-b962-3ad719ae9110/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-29T09:12:56.618374-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": "San Jose Sharks",
                "amount": 5423.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "37f1bdca-7ea1-4eef-9a8e-591cbf613914",
            "gambit_id": "7562431b-195f-4a66-935b-7b8ea0209d22",
            "last_updated": "2023-10-30T21:53:16.727385-04:00",
            "created_at": "2023-10-29T09:12:56.621740-04:00",
            "name": "San Jose Sharks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21996f16-da56-4c1e-88ae-3c1fe149a943/?format=api"
        },
        {
            "id": "03965c22-b9fa-4164-b988-5feda60b2d84",
            "gambit_id": "94b697ee-dd9c-49a7-a673-a4c6a2ebfafb",
            "last_updated": "2023-10-30T21:53:16.730581-04:00",
            "created_at": "2023-10-29T09:12:56.628224-04:00",
            "name": "Washington Capitals",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21996f16-da56-4c1e-88ae-3c1fe149a943/?format=api"
        }
    ]
}