GET /api/bet_types/609be3bc-a2ab-4d25-9f8a-0458045c24b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "609be3bc-a2ab-4d25-9f8a-0458045c24b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7359958c-9a7f-4bc4-921a-614f6e25d8fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:11.295805-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": "Denver Broncos",
                "amount": 5214.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "5afa6668-4f6c-495c-bb52-14af30820a18",
            "gambit_id": "402a58a5-d7cd-4059-8d8e-9dc06344fa2b",
            "last_updated": "2023-11-20T18:58:28.683062-05:00",
            "created_at": "2023-11-16T09:28:11.303336-05:00",
            "name": "Denver Broncos",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/609be3bc-a2ab-4d25-9f8a-0458045c24b1/?format=api"
        },
        {
            "id": "4ee1f8c1-419a-41f8-8396-58b6f4298680",
            "gambit_id": "64e4f80d-5038-41e9-86db-7b78539c7229",
            "last_updated": "2023-11-20T18:58:28.679686-05:00",
            "created_at": "2023-11-16T09:28:11.299651-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/609be3bc-a2ab-4d25-9f8a-0458045c24b1/?format=api"
        }
    ]
}