GET /api/bet_types/4e2f4a88-9801-4b38-9be0-e504096d23c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e2f4a88-9801-4b38-9be0-e504096d23c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/81309bf5-7986-4b77-9d16-30e1587ae6f9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:54.819404-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": "BAL (T Wells)",
                "amount": 5000.0
            },
            {
                "team": "SFO (A Desclafani)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9bb7620-1000-4927-94c7-18bf8cc06496",
            "gambit_id": "1a6e04e1-231c-4f92-8d27-eed264ee5733",
            "last_updated": "2023-06-05T10:57:25.834285-04:00",
            "created_at": "2023-06-04T12:16:54.821407-04:00",
            "name": "BAL (T Wells)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2f4a88-9801-4b38-9be0-e504096d23c1/?format=api"
        },
        {
            "id": "b31fa26f-3b4f-484a-a5b0-585be0b959c5",
            "gambit_id": "d7ae31cc-6819-449f-a679-ed0ec0a3cee2",
            "last_updated": "2023-06-05T10:57:25.836245-04:00",
            "created_at": "2023-06-04T12:16:54.823247-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2f4a88-9801-4b38-9be0-e504096d23c1/?format=api"
        }
    ]
}