GET /api/bet_types/5d9993bf-3c9e-49a3-ad43-df34b3573960/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d9993bf-3c9e-49a3-ad43-df34b3573960",
    "match": "https://api-prod.gambitprofit.com/api/matches/234b3c3e-342d-40ca-9efc-f044dcde5bb3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:58.357667-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": "Jessica Andrade",
                "amount": 5938.0
            },
            {
                "team": "Yan Xiaonan",
                "amount": 4062.0
            }
        ],
        "expected_reward_tokens": 9261.36,
        "profit_sb": -238.64,
        "profit_sb_percentage": -2.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "156fa123-7436-4600-8fbb-292dbf61e2bf",
            "gambit_id": "6bb0009c-1b48-4e16-b9a7-39b627582f39",
            "last_updated": "2023-05-07T11:57:21.943202-04:00",
            "created_at": "2023-05-06T11:51:58.359540-04:00",
            "name": "Jessica Andrade",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d9993bf-3c9e-49a3-ad43-df34b3573960/?format=api"
        },
        {
            "id": "8fe61598-817b-4d21-a833-a156f2a6b1f1",
            "gambit_id": "c4cf1bc4-b506-4818-940d-1b43e7f3bd0c",
            "last_updated": "2023-05-07T11:57:21.944439-04:00",
            "created_at": "2023-05-06T11:51:58.361507-04:00",
            "name": "Yan Xiaonan",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d9993bf-3c9e-49a3-ad43-df34b3573960/?format=api"
        }
    ]
}