GET /api/bet_types/0b79ba61-e62f-4c78-acdf-ed2b35dfe7c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b79ba61-e62f-4c78-acdf-ed2b35dfe7c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac2dacfe-fa21-40ac-a0c3-ca638f4afa6c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9e76234-daa2-442e-afe4-30db7f7e1d0e",
            "gambit_id": "ccf38929-a5d5-4f5e-8a79-c719cd4809a2",
            "last_updated": "2022-11-28T13:57:14.719249-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b79ba61-e62f-4c78-acdf-ed2b35dfe7c3/?format=api"
        },
        {
            "id": "60d501d9-7d46-4f11-bb1a-88564f58956b",
            "gambit_id": "c4dee6b8-5cd1-40e1-bdeb-8c3f68a5e25e",
            "last_updated": "2022-11-28T13:57:14.718074-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b79ba61-e62f-4c78-acdf-ed2b35dfe7c3/?format=api"
        }
    ]
}