GET /api/bet_types/012ad356-fcc6-4b5c-b852-6c8e90342a75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "012ad356-fcc6-4b5c-b852-6c8e90342a75",
    "match": "https://api-prod.gambitprofit.com/api/matches/3decdeea-a060-4285-99e6-8768f1653256/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T01:03:10.139082-04: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": "TEX (M Scherzer)",
                "amount": 5827.0
            },
            {
                "team": "MIN (J Ryan)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "76901fe5-bb8a-4bb9-826f-626312fb0438",
            "gambit_id": "5d32bb45-7097-430d-8a8e-e200595ef6a9",
            "last_updated": "2023-09-02T17:23:07.722960-04:00",
            "created_at": "2023-09-01T01:03:10.147117-04:00",
            "name": "TEX (M Scherzer)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012ad356-fcc6-4b5c-b852-6c8e90342a75/?format=api"
        },
        {
            "id": "2668ddd1-ba68-4871-b205-14cc25f20436",
            "gambit_id": "accbd039-0514-4bad-b0e7-1d5fa3a477e6",
            "last_updated": "2023-09-02T17:23:07.719349-04:00",
            "created_at": "2023-09-01T01:03:10.143163-04:00",
            "name": "MIN (J Ryan)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012ad356-fcc6-4b5c-b852-6c8e90342a75/?format=api"
        }
    ]
}