GET /api/bet_types/a12b3e4c-8533-40c4-b51e-0ae4d100a1bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a12b3e4c-8533-40c4-b51e-0ae4d100a1bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f72bfb8-cc84-4777-b7ea-9897cd7f7c46/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "CF Montréal",
                "amount": 6894.0
            },
            {
                "team": "Draw",
                "amount": 3106.0
            }
        ],
        "expected_reward_tokens": 11305.84,
        "profit_sb": 2305.84,
        "profit_sb_percentage": 25.62,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "CF Montréal",
                "amount": 5384.0
            },
            {
                "team": "Draw",
                "amount": 2426.0
            },
            {
                "team": "New England Revolution",
                "amount": 2191.0
            }
        ],
        "expected_reward_tokens": 8829.73,
        "profit_sb": -170.27,
        "profit_sb_percentage": -1.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d5f29fe-a26c-45ab-94e4-66f9e92e929d",
            "gambit_id": "e4ab5d14-7c9b-4ce0-817d-0bbe130c98cc",
            "last_updated": "2022-08-21T18:47:04.228929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CF Montréal",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12b3e4c-8533-40c4-b51e-0ae4d100a1bd/?format=api"
        },
        {
            "id": "5e87c6a6-061d-4f9c-98a4-47b9eabab8f2",
            "gambit_id": "b9975597-20a4-43a1-9f42-b419592c95e0",
            "last_updated": "2022-08-21T18:47:04.229322-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12b3e4c-8533-40c4-b51e-0ae4d100a1bd/?format=api"
        },
        {
            "id": "640d842f-675d-4f03-af64-7c61d208b892",
            "gambit_id": "2a8d045a-45ab-4198-a00e-78c3c7f544f8",
            "last_updated": "2022-08-21T18:47:04.228529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Revolution",
            "reward": "4.03000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12b3e4c-8533-40c4-b51e-0ae4d100a1bd/?format=api"
        }
    ]
}