GET /api/bet_types/35ce0759-a4ab-4377-8699-2c3c6ac8fb48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35ce0759-a4ab-4377-8699-2c3c6ac8fb48",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddabc729-52b1-40cd-aa3e-31f574b9771f/?format=api",
    "name": "Pick the Winner",
    "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": 5660.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "93f9734d-b4f5-4315-903c-2d77563a0ee1",
            "gambit_id": "3a6a8e3f-2c07-4622-adc2-b090db0fa656",
            "last_updated": "2022-11-14T10:52:56.573474-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35ce0759-a4ab-4377-8699-2c3c6ac8fb48/?format=api"
        },
        {
            "id": "00024752-7799-47a3-aecb-b93f0b46b998",
            "gambit_id": "51da3f9f-89f2-49cb-8224-0de0c645558a",
            "last_updated": "2022-11-14T10:52:56.574492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35ce0759-a4ab-4377-8699-2c3c6ac8fb48/?format=api"
        }
    ]
}