GET /api/bet_types/2f883d3a-fa2d-4c96-8dff-d9bc3359d2f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f883d3a-fa2d-4c96-8dff-d9bc3359d2f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a93ed76d-d4c4-4e06-96af-f1fa87405d23/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:55.234604-04: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": "SDG (R Weathers)",
                "amount": 5117.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9e178a1-c277-4328-9df8-7eeb7819640a",
            "gambit_id": "2ed012b2-45df-4f0d-aced-7cffbc60c982",
            "last_updated": "2023-06-05T10:57:26.294497-04:00",
            "created_at": "2023-06-04T12:16:55.238881-04:00",
            "name": "SDG (R Weathers)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f883d3a-fa2d-4c96-8dff-d9bc3359d2f0/?format=api"
        },
        {
            "id": "d4914be9-fdb0-4480-8826-7c536d8bc7c2",
            "gambit_id": "82838d76-60f1-4ba2-b46a-5affc5d543a5",
            "last_updated": "2023-06-05T10:57:26.292164-04:00",
            "created_at": "2023-06-04T12:16:55.236430-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f883d3a-fa2d-4c96-8dff-d9bc3359d2f0/?format=api"
        }
    ]
}