GET /api/bet_types/109bb84e-90da-49cc-815f-5d152b724e0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "109bb84e-90da-49cc-815f-5d152b724e0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f79f2a1-384d-4c15-9422-1bcfd55f8d1f/?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": "TAM (J Springs)",
                "amount": 6196.0
            },
            {
                "team": "DET (D Hutchison)",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "acb10fe2-5605-4889-9743-8d9031989549",
            "gambit_id": "80449ae3-d124-4d1e-8b66-16efb2f08485",
            "last_updated": "2022-08-05T10:01:54.128263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/109bb84e-90da-49cc-815f-5d152b724e0f/?format=api"
        },
        {
            "id": "ea787fa2-c6f0-48bd-8afd-8833738a4081",
            "gambit_id": "d9962612-0a65-45dd-963a-c8ae106d7ed6",
            "last_updated": "2022-08-05T10:01:54.128688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (D Hutchison)",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/109bb84e-90da-49cc-815f-5d152b724e0f/?format=api"
        }
    ]
}