GET /api/bet_types/dcf2616a-97a4-4ddb-848d-61bb17bd8ff2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcf2616a-97a4-4ddb-848d-61bb17bd8ff2",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfbfbe9e-0332-4e33-9995-9249d46003d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T21:01:53.598580-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": "Andy Nguyen",
                "amount": 6237.0
            },
            {
                "team": "Veronika Dmitriyeva",
                "amount": 3763.0
            }
        ],
        "expected_reward_tokens": 8730.16,
        "profit_sb": -769.84,
        "profit_sb_percentage": -8.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea1a41a3-58fe-4c64-aec1-ba2d5b5414a7",
            "gambit_id": "ac8eff47-65ab-47f3-8dc4-8e2db353239a",
            "last_updated": "2023-01-28T19:32:20.273039-05:00",
            "created_at": "2023-01-24T21:01:53.601687-05:00",
            "name": "Andy Nguyen",
            "reward": "1.40000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf2616a-97a4-4ddb-848d-61bb17bd8ff2/?format=api"
        },
        {
            "id": "34885af2-404a-4c85-aed3-0ab84d29b6d9",
            "gambit_id": "53c155e1-f6dd-42c1-abb4-7dd0ccd3b3e8",
            "last_updated": "2023-01-28T19:32:20.271745-05:00",
            "created_at": "2023-01-24T21:01:53.600207-05:00",
            "name": "Veronika Dmitriyeva",
            "reward": "2.32000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf2616a-97a4-4ddb-848d-61bb17bd8ff2/?format=api"
        }
    ]
}