GET /api/bet_types/e1f1a700-9689-4118-a1c3-51bfaf8eb79b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1f1a700-9689-4118-a1c3-51bfaf8eb79b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca66ece9-27aa-4272-a5cc-0680f2422f4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:15.948294-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": "STL (M Mikolas)",
                "amount": 5873.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 4127.0
            }
        ],
        "expected_reward_tokens": 9572.99,
        "profit_sb": 72.99,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2d2cf9f-c4b8-4dd4-8a19-f43395e99969",
            "gambit_id": "b457ef27-3cf4-4851-97cc-911225e1d1c2",
            "last_updated": "2023-06-22T11:03:08.246973-04:00",
            "created_at": "2023-06-21T08:33:15.951347-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.63000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f1a700-9689-4118-a1c3-51bfaf8eb79b/?format=api"
        },
        {
            "id": "33d898ff-6d65-4d6b-a270-cf635f77e9af",
            "gambit_id": "6961676c-6022-438e-a958-ca563c5eefb4",
            "last_updated": "2023-06-22T11:03:08.249439-04:00",
            "created_at": "2023-06-21T08:33:15.954046-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f1a700-9689-4118-a1c3-51bfaf8eb79b/?format=api"
        }
    ]
}