GET /api/bet_types/8d9ca1c5-8492-498c-89f8-bb97e4402dac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d9ca1c5-8492-498c-89f8-bb97e4402dac",
    "match": "https://api-prod.gambitprofit.com/api/matches/956c2dbd-ded9-4e7b-9195-a22db270efa2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:10.421704-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": "PIT (J Oviedo)",
                "amount": 5426.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f784ab2-38aa-47f8-b75f-96b5c0885bd9",
            "gambit_id": "ecc40c06-db14-4a4f-9370-7408c7787cd1",
            "last_updated": "2023-04-10T14:32:00.802807-04:00",
            "created_at": "2023-04-09T09:27:10.424457-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d9ca1c5-8492-498c-89f8-bb97e4402dac/?format=api"
        },
        {
            "id": "9a9e1e63-29a4-4295-bca5-28571ab993d9",
            "gambit_id": "9c069da3-2b65-495c-a597-e36730bd7ca7",
            "last_updated": "2023-04-10T14:32:00.805297-04:00",
            "created_at": "2023-04-09T09:27:10.427333-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d9ca1c5-8492-498c-89f8-bb97e4402dac/?format=api"
        }
    ]
}