GET /api/bet_types/5626fac1-9bd7-411c-8503-3ed4bc0fd98f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5626fac1-9bd7-411c-8503-3ed4bc0fd98f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9a676a4-64eb-4790-9963-cc964db91f2b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T09:06:58.688740-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": "Houston Rockets",
                "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": "850c9677-1546-43a9-a992-2cf4131e9f1c",
            "gambit_id": "d360b4bd-3af6-4c4f-b023-5b6cfb40a761",
            "last_updated": "2023-02-25T17:32:00.135317-05:00",
            "created_at": "2023-02-24T09:06:58.691245-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5626fac1-9bd7-411c-8503-3ed4bc0fd98f/?format=api"
        },
        {
            "id": "e24c8b40-c6a2-4cc7-a3d4-9df89545ba10",
            "gambit_id": "d17065ab-3008-4ee0-94bf-32e24863b9c0",
            "last_updated": "2023-02-25T17:32:00.137369-05:00",
            "created_at": "2023-02-24T09:06:58.689980-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5626fac1-9bd7-411c-8503-3ed4bc0fd98f/?format=api"
        }
    ]
}