GET /api/bet_types/04d496f5-5da5-4868-b2a7-65121c0b1521/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04d496f5-5da5-4868-b2a7-65121c0b1521",
    "match": "https://api-prod.gambitprofit.com/api/matches/7acb2999-ee44-4afe-a792-06d9e776aca0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T09:06:58.282072-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "64141cf2-49d3-4ac8-b451-e423e30ae68d",
            "gambit_id": "d27f32a9-c99e-42b8-b5d0-2fc2c3fc2166",
            "last_updated": "2023-02-25T17:31:59.789456-05:00",
            "created_at": "2023-02-24T09:06:58.283349-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04d496f5-5da5-4868-b2a7-65121c0b1521/?format=api"
        },
        {
            "id": "8fb53bef-ca68-4cb4-861d-4d9ce9642ca5",
            "gambit_id": "33bf92a6-39a2-431d-ac73-3fad92eb553e",
            "last_updated": "2023-02-25T17:31:59.790577-05:00",
            "created_at": "2023-02-24T09:06:58.284825-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04d496f5-5da5-4868-b2a7-65121c0b1521/?format=api"
        }
    ]
}