GET /api/bet_types/1af78b3b-b7c9-4ce4-8d6d-bf4a1d03a1bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1af78b3b-b7c9-4ce4-8d6d-bf4a1d03a1bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/e75d700f-fe91-4192-9ff1-40369a7c3016/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Texas A&M",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Texas A&M",
                "amount": 8717.0
            },
            {
                "team": "Appalachian St",
                "amount": 1283.0
            }
        ],
        "expected_reward_tokens": 9327.19,
        "profit_sb": 327.19,
        "profit_sb_percentage": 3.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a3a3b44-a249-4ef1-b9c0-44c398c8ff81",
            "gambit_id": "7522bbbe-3a75-4323-a274-c13744648e5f",
            "last_updated": "2022-09-11T10:52:29.422347-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af78b3b-b7c9-4ce4-8d6d-bf4a1d03a1bd/?format=api"
        },
        {
            "id": "8271abb5-f0bd-4f9e-aad3-bf22d9000703",
            "gambit_id": "eb33e9f9-b50a-4864-ac7a-e73a7ccf0454",
            "last_updated": "2022-09-11T10:52:29.423482-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "7.27000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af78b3b-b7c9-4ce4-8d6d-bf4a1d03a1bd/?format=api"
        }
    ]
}