GET /api/bet_types/c82eb38a-a213-46b4-b1c7-d8d58859bd8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c82eb38a-a213-46b4-b1c7-d8d58859bd8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a24de2dc-d262-4159-af0e-de381cbc1181/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T10:53:06.256443-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": "Jun Yong Park",
                "amount": 6177.0
            },
            {
                "team": "Andre Muniz",
                "amount": 3823.0
            }
        ],
        "expected_reward_tokens": 9327.27,
        "profit_sb": -172.73,
        "profit_sb_percentage": -1.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "35fa79fc-ecf1-4452-b9ce-d40d41919ae0",
            "gambit_id": "4d57d8e8-eb21-4822-993b-450952fb56d1",
            "last_updated": "2023-12-12T10:48:19.519939-05:00",
            "created_at": "2023-12-08T10:53:06.266007-05:00",
            "name": "Jun Yong Park",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c82eb38a-a213-46b4-b1c7-d8d58859bd8a/?format=api"
        },
        {
            "id": "6cf2acdb-14ab-4e59-ba4a-d7637aa81873",
            "gambit_id": "54a554b5-550a-401b-980f-2717634bd3b9",
            "last_updated": "2023-12-12T10:48:19.516577-05:00",
            "created_at": "2023-12-08T10:53:06.261404-05:00",
            "name": "Andre Muniz",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c82eb38a-a213-46b4-b1c7-d8d58859bd8a/?format=api"
        }
    ]
}