GET /api/bet_types/c1c2be72-d23e-44cb-9485-1fbe51e89846/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1c2be72-d23e-44cb-9485-1fbe51e89846",
    "match": "https://api-prod.gambitprofit.com/api/matches/f54c8356-2757-4e6d-8252-e9fa57237bc4/?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": "Tampa Bay Buccaneers",
                "amount": 5521.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdd79606-f88a-4b12-823b-3325a75c2ffe",
            "gambit_id": "5a14672c-4b79-41aa-83ef-dd73d794d0a5",
            "last_updated": "2022-10-28T09:16:58.582572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1c2be72-d23e-44cb-9485-1fbe51e89846/?format=api"
        },
        {
            "id": "07cc43ce-b819-45bf-a712-0c9c19084619",
            "gambit_id": "190eb772-5684-4fe1-b3f9-1fb558afded2",
            "last_updated": "2022-10-28T09:16:58.583534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1c2be72-d23e-44cb-9485-1fbe51e89846/?format=api"
        }
    ]
}