GET /api/bet_types/ee37440e-4f22-46a4-9180-143b0d392865/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee37440e-4f22-46a4-9180-143b0d392865",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ffba45c-79a9-4225-86e8-7420a7a03c93/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:32:59.687929-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": "PIT (M Keller)",
                "amount": 5156.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 9590.16,
        "profit_sb": 90.16,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "75fba108-f9b2-4ebe-9cdb-1cff31b8b0eb",
            "gambit_id": "f73c2bab-c0dd-4e3a-92a3-8d4ca485c3ee",
            "last_updated": "2023-06-18T10:28:12.119117-04:00",
            "created_at": "2023-06-17T09:32:59.689604-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.86000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee37440e-4f22-46a4-9180-143b0d392865/?format=api"
        },
        {
            "id": "0f403b5c-c7ef-4d9e-b735-8b229e612e97",
            "gambit_id": "69f0b2b6-64a6-4c08-a2cb-91ef0e646d54",
            "last_updated": "2023-06-18T10:28:12.120472-04:00",
            "created_at": "2023-06-17T09:32:59.691356-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.98000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee37440e-4f22-46a4-9180-143b0d392865/?format=api"
        }
    ]
}