GET /api/bet_types/3a928faf-b0d5-4233-9c6e-a6a54e992d72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a928faf-b0d5-4233-9c6e-a6a54e992d72",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ca2eb61-d4d6-424e-847b-4f676e1154ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T10:42:58.965251-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": "Novak Djokovic",
                "amount": 7972.0
            },
            {
                "team": "Casper Ruud",
                "amount": 2028.0
            }
        ],
        "expected_reward_tokens": 9327.24,
        "profit_sb": -172.76,
        "profit_sb_percentage": -1.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "41ba3cc2-ff97-4209-9a22-728b320519ea",
            "gambit_id": "a9b71624-804b-45e9-8023-7f4707a469b2",
            "last_updated": "2023-06-12T18:53:17.323289-04:00",
            "created_at": "2023-06-10T10:42:58.968384-04:00",
            "name": "Novak Djokovic",
            "reward": "1.17000",
            "odds": "1.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a928faf-b0d5-4233-9c6e-a6a54e992d72/?format=api"
        },
        {
            "id": "9cae8966-3def-4d7c-a98d-39ad31206c63",
            "gambit_id": "dd1d6eb0-1fdd-4e7d-a95e-404db8e53c03",
            "last_updated": "2023-06-12T18:53:17.325614-04:00",
            "created_at": "2023-06-10T10:42:58.971217-04:00",
            "name": "Casper Ruud",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a928faf-b0d5-4233-9c6e-a6a54e992d72/?format=api"
        }
    ]
}