GET /api/bet_types/b3171131-d1f6-435b-82f5-93df7130a7c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3171131-d1f6-435b-82f5-93df7130a7c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/10dfd2b5-ba63-434d-8c70-1f927ae44829/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:16.164608-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": "PHI (A Nola)",
                "amount": 5527.0
            },
            {
                "team": "ATL (A Smith-Shawver)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "323ea409-f18e-4de7-885e-2e433cbb3013",
            "gambit_id": "6c472da8-21fc-47af-ac04-dcda4016ad70",
            "last_updated": "2023-06-28T18:38:07.417489-04:00",
            "created_at": "2023-06-21T08:33:16.184949-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3171131-d1f6-435b-82f5-93df7130a7c6/?format=api"
        },
        {
            "id": "f475841a-d2c1-4b6c-af2e-bbf89fbfa162",
            "gambit_id": "0f0d793f-9711-4a13-abc4-2c784b5d3c15",
            "last_updated": "2023-06-28T18:38:07.414563-04:00",
            "created_at": "2023-06-21T08:33:16.176331-04:00",
            "name": "ATL (A Smith-Shawver)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3171131-d1f6-435b-82f5-93df7130a7c6/?format=api"
        }
    ]
}