GET /api/bet_types/c1d9315e-5696-4fd8-aee5-07153d1dd73f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1d9315e-5696-4fd8-aee5-07153d1dd73f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d112bfb-866e-46ad-865b-b35d90cb1b6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:52:01.448730-05: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": "Augusto Sakai",
                "amount": 5189.0
            },
            {
                "team": "Don Tale Mayes",
                "amount": 4811.0
            }
        ],
        "expected_reward_tokens": 9236.42,
        "profit_sb": -263.58,
        "profit_sb_percentage": -2.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "0be1c6ad-37d5-41f0-8bda-9740fe8c89a4",
            "gambit_id": "fdd37c78-1647-436b-b180-7582a1c8a2e6",
            "last_updated": "2023-02-26T12:02:02.982318-05:00",
            "created_at": "2023-02-23T11:52:01.449985-05:00",
            "name": "Augusto Sakai",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1d9315e-5696-4fd8-aee5-07153d1dd73f/?format=api"
        },
        {
            "id": "3ce24100-0ced-4bd5-ba51-3b3a9ce1a7e9",
            "gambit_id": "09c77eb9-22ed-4d13-a688-519f8d03814d",
            "last_updated": "2023-02-26T12:02:02.983423-05:00",
            "created_at": "2023-02-23T11:52:01.451240-05:00",
            "name": "Don Tale Mayes",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1d9315e-5696-4fd8-aee5-07153d1dd73f/?format=api"
        }
    ]
}