GET /api/bet_types/4b9ad294-6aef-4b70-b5fe-847f193c36cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b9ad294-6aef-4b70-b5fe-847f193c36cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7bd8138-e826-4625-af4b-4028efd763aa/?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": "Miami Heat",
                "amount": 5899.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f3b72e3-09a2-495a-b650-01800c78e88f",
            "gambit_id": "b6d1cd0b-f7ae-42ed-b83d-4919b342d0d8",
            "last_updated": "2022-12-13T10:02:35.379907-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9ad294-6aef-4b70-b5fe-847f193c36cf/?format=api"
        },
        {
            "id": "1e93325f-9640-490b-aef0-b141a47852a1",
            "gambit_id": "daaa662a-c8d4-4808-839c-579fd16c3783",
            "last_updated": "2022-12-13T10:02:35.378849-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9ad294-6aef-4b70-b5fe-847f193c36cf/?format=api"
        }
    ]
}