GET /api/bet_types/ef018769-5222-489a-8e20-a96a9784339f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef018769-5222-489a-8e20-a96a9784339f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9574bb49-4f13-4f65-ae91-ad55600d9d45/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T11:03:04.752086-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": "NYY (L Weaver)",
                "amount": 5222.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ee9b47e-3545-4893-9470-9fdeaa40733a",
            "gambit_id": "61ae6f52-5b8a-4096-91ed-ae11312c370c",
            "last_updated": "2023-09-18T09:08:29.328057-04:00",
            "created_at": "2023-09-16T11:03:04.756840-04:00",
            "name": "NYY (L Weaver)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef018769-5222-489a-8e20-a96a9784339f/?format=api"
        },
        {
            "id": "e0098bf9-adc2-40e8-99f4-5d37d1009f90",
            "gambit_id": "dcf92308-dd8a-4147-961a-b9feea42dd7b",
            "last_updated": "2023-09-18T09:08:29.335760-04:00",
            "created_at": "2023-09-16T11:03:04.760962-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef018769-5222-489a-8e20-a96a9784339f/?format=api"
        }
    ]
}