GET /api/bet_types/bd4390e8-d68f-4dc7-9584-6e2203eb22d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4390e8-d68f-4dc7-9584-6e2203eb22d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c41bb57-84fd-45e6-a478-7b7042aa9f10/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T22:58:16.855266-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": "Benoit Saint-Denis",
                "amount": 6402.0
            },
            {
                "team": "Thiago Moises",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6c5e56c-72db-4001-a66d-10bfad7701c5",
            "gambit_id": "281c1dad-ee2b-49dd-9619-e5510cd5032e",
            "last_updated": "2023-09-04T13:48:09.456690-04:00",
            "created_at": "2023-09-01T22:58:16.863787-04:00",
            "name": "Benoit Saint-Denis",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4390e8-d68f-4dc7-9584-6e2203eb22d3/?format=api"
        },
        {
            "id": "79c51ca4-73b9-4464-9d81-bc105563630e",
            "gambit_id": "22995977-5a01-4f12-8141-8e60e9ce71bc",
            "last_updated": "2023-09-04T13:48:09.453136-04:00",
            "created_at": "2023-09-01T22:58:16.859255-04:00",
            "name": "Thiago Moises",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4390e8-d68f-4dc7-9584-6e2203eb22d3/?format=api"
        }
    ]
}