GET /api/bet_types/36b09435-8b84-47b8-b32d-b649f91af941/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36b09435-8b84-47b8-b32d-b649f91af941",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc78177-7edc-4fee-83bb-de765889c78f/?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": 8331.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1669.0
            }
        ],
        "expected_reward_tokens": 9329.71,
        "profit_sb": 329.71,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "66b666d1-f637-44ee-9cbe-d77849ad0e47",
            "gambit_id": "4cd76cba-5840-4589-858f-6108284ac4c9",
            "last_updated": "2022-12-11T10:32:22.421968-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.12000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36b09435-8b84-47b8-b32d-b649f91af941/?format=api"
        },
        {
            "id": "cd9d92f6-1302-4720-bacf-c0071ec33f0c",
            "gambit_id": "eeb92d55-f76a-42dd-b36d-63da4e395ec2",
            "last_updated": "2022-12-11T10:32:22.423038-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "5.59000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36b09435-8b84-47b8-b32d-b649f91af941/?format=api"
        }
    ]
}