GET /api/bet_types/bc172cc3-894b-4ead-ba82-d382b17d79a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc172cc3-894b-4ead-ba82-d382b17d79a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/16f2363f-489f-4ca2-8bc9-98ba377723b1/?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": "LAA (S Ohtani)",
                "amount": 6193.0
            },
            {
                "team": "DET (EL Rodriguez)",
                "amount": 3807.0
            }
        ],
        "expected_reward_tokens": 9289.08,
        "profit_sb": 289.08,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "3da70c0b-d86b-400f-b3ba-51ecb1967752",
            "gambit_id": "8536430e-cde4-4d9e-9c74-969f87101583",
            "last_updated": "2022-08-22T09:41:59.088379-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc172cc3-894b-4ead-ba82-d382b17d79a9/?format=api"
        },
        {
            "id": "afcd7b60-c0b8-4628-8d4d-31346001c50c",
            "gambit_id": "b5293be3-e641-4870-9d90-61dddb9b1277",
            "last_updated": "2022-08-22T09:41:59.087943-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (EL Rodriguez)",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc172cc3-894b-4ead-ba82-d382b17d79a9/?format=api"
        }
    ]
}