GET /api/bet_types/d667ede1-02d7-439c-85b9-35f042bfcc7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d667ede1-02d7-439c-85b9-35f042bfcc7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/44cf534a-bb6b-4ae1-a0f0-af95bcc60952/?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": "Penn State",
                "amount": 8003.0
            },
            {
                "team": "Indiana",
                "amount": 1997.0
            }
        ],
        "expected_reward_tokens": 9283.48,
        "profit_sb": 283.48,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "020b6b2f-dc0e-40f5-8442-c5a78122ecd8",
            "gambit_id": "c7609eb3-1324-4980-bfe2-627ae0fe415b",
            "last_updated": "2022-11-06T09:13:44.798560-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.16000",
            "odds": "1.17860",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d667ede1-02d7-439c-85b9-35f042bfcc7d/?format=api"
        },
        {
            "id": "a387f5a5-9954-41a3-9aeb-47e652f105db",
            "gambit_id": "3ec3999d-d943-4aa5-b65b-a0f975d0bd49",
            "last_updated": "2022-11-06T09:13:44.797587-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "4.65000",
            "odds": "5.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d667ede1-02d7-439c-85b9-35f042bfcc7d/?format=api"
        }
    ]
}