GET /api/bet_types/86e76fd5-415d-4d4e-bb84-bb37dd012484/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86e76fd5-415d-4d4e-bb84-bb37dd012484",
    "match": "https://api-prod.gambitprofit.com/api/matches/068abeca-eb70-492d-b442-58e0c7b6278b/?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": "Edmonton Oilers",
                "amount": 5106.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "91d7297d-dfaa-4ba6-b3c7-98322f618af7",
            "gambit_id": "86d06858-423b-4a86-8533-1e0c4b7a25de",
            "last_updated": "2022-10-21T20:42:21.627236-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86e76fd5-415d-4d4e-bb84-bb37dd012484/?format=api"
        },
        {
            "id": "4dc35340-de69-4740-adaa-0177d8176288",
            "gambit_id": "59c8c1f8-1289-41cb-b962-0d94e12d7793",
            "last_updated": "2022-10-21T20:42:21.628215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86e76fd5-415d-4d4e-bb84-bb37dd012484/?format=api"
        }
    ]
}