GET /api/bet_types/2db91033-a52f-4941-bab2-28690d370bc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db91033-a52f-4941-bab2-28690d370bc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/641e5131-8aa9-480b-96c7-eede3da2cc0c/?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": "Anaheim Ducks",
                "amount": 6345.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "2e5554c6-ce84-4177-ac13-8a195cbd066d",
            "gambit_id": "ddfdcd51-2c13-4c64-9171-4e9efc8e2238",
            "last_updated": "2022-11-07T09:02:44.687035-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db91033-a52f-4941-bab2-28690d370bc9/?format=api"
        },
        {
            "id": "b3be11ff-e3d8-47eb-ab63-96870ba44e16",
            "gambit_id": "14177172-03b6-421a-8c11-79f46565eb04",
            "last_updated": "2022-11-07T09:02:44.686097-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db91033-a52f-4941-bab2-28690d370bc9/?format=api"
        }
    ]
}