GET /api/bet_types/0f45e8a7-2363-4ce3-bd7d-c04871728c44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f45e8a7-2363-4ce3-bd7d-c04871728c44",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e6f00c-4ae4-4400-8202-6e9378a5596d/?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": "DET (M Manning)",
                "amount": 5308.0
            },
            {
                "team": "KAN (M Castillo)",
                "amount": 4692.0
            }
        ],
        "expected_reward_tokens": 9289.0,
        "profit_sb": 289.0,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "94fda4f3-7317-47e3-95ae-4cdecd0de67b",
            "gambit_id": "84b9e427-3424-424d-828b-cd09d486cefb",
            "last_updated": "2022-09-05T13:42:11.475827-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (M Manning)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f45e8a7-2363-4ce3-bd7d-c04871728c44/?format=api"
        },
        {
            "id": "0904f413-8703-4478-a01d-666e6d918538",
            "gambit_id": "28d02941-f02e-4ba3-aabf-4d1783372fa0",
            "last_updated": "2022-09-05T13:42:11.476781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (M Castillo)",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f45e8a7-2363-4ce3-bd7d-c04871728c44/?format=api"
        }
    ]
}