GET /api/bet_types/208115ae-e136-4d56-bfef-8bfac6b6cefa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "208115ae-e136-4d56-bfef-8bfac6b6cefa",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ec1d8da-6301-4b9f-bab0-36eeced13baa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:16.316084-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 5047.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4953.0
            }
        ],
        "expected_reward_tokens": 13273.61,
        "profit_sb": 3773.61,
        "profit_sb_percentage": 39.72,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 3506.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 3441.0
            },
            {
                "team": "Draw",
                "amount": 3053.0
            }
        ],
        "expected_reward_tokens": 9220.06,
        "profit_sb": -279.94,
        "profit_sb_percentage": -2.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "f95edcf3-b623-43ac-9b4c-a859a2bff981",
            "gambit_id": "d5e5ed98-9e7d-41b3-9bda-38041cdefb8b",
            "last_updated": "2023-04-17T11:42:03.794702-04:00",
            "created_at": "2023-04-14T12:02:16.320601-04:00",
            "name": "Brentford",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208115ae-e136-4d56-bfef-8bfac6b6cefa/?format=api"
        },
        {
            "id": "eeb9e6f1-c8ea-40db-a289-915f29377ce0",
            "gambit_id": "afd8cf8a-9ea9-4c71-b99b-ff6cb818126f",
            "last_updated": "2023-04-17T11:42:03.788807-04:00",
            "created_at": "2023-04-14T12:02:16.317648-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208115ae-e136-4d56-bfef-8bfac6b6cefa/?format=api"
        },
        {
            "id": "cf4030c9-eb0a-4959-b36e-53ed4b27a401",
            "gambit_id": "003386a3-eb87-4320-a6c5-b2d77962c17b",
            "last_updated": "2023-04-17T11:42:03.791601-04:00",
            "created_at": "2023-04-14T12:02:16.319066-04:00",
            "name": "Draw",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208115ae-e136-4d56-bfef-8bfac6b6cefa/?format=api"
        }
    ]
}