GET /api/bet_types/fd7544cb-a7fa-4d07-a599-cd65d1d942e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd7544cb-a7fa-4d07-a599-cd65d1d942e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13dbe04-f9b5-4bf7-a11d-82d03ea420cf/?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": "Nashville Predators",
                "amount": 6563.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "39b5b7b9-cf21-48d6-a6a0-4b2571ac986f",
            "gambit_id": "d40c803b-022f-4516-8a73-91b6f4dbdcfe",
            "last_updated": "2022-10-24T10:12:08.604765-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd7544cb-a7fa-4d07-a599-cd65d1d942e5/?format=api"
        },
        {
            "id": "02cb433a-2c69-4f49-983f-383dea50de3a",
            "gambit_id": "43f45c6c-60dc-4e75-93a6-fa5a898616a4",
            "last_updated": "2022-10-24T10:12:08.605806-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd7544cb-a7fa-4d07-a599-cd65d1d942e5/?format=api"
        }
    ]
}