GET /api/bet_types/f40564d3-69d5-46ab-849d-852cb421a805/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f40564d3-69d5-46ab-849d-852cb421a805",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b1746d4-9754-4ac9-a47f-ea78019fdc55/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-20T09:13:19.123459-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": "Ikram Aliskerov",
                "amount": 8298.0
            },
            {
                "team": "Warlley Alves",
                "amount": 1702.0
            }
        ],
        "expected_reward_tokens": 9376.74,
        "profit_sb": -123.26,
        "profit_sb_percentage": -1.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "6998c074-5c43-4d56-bf8b-620c8a2616eb",
            "gambit_id": "569d013a-11e4-4a16-875d-fa98874042ce",
            "last_updated": "2023-10-23T13:52:56.467222-04:00",
            "created_at": "2023-10-20T09:13:19.134392-04:00",
            "name": "Ikram Aliskerov",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f40564d3-69d5-46ab-849d-852cb421a805/?format=api"
        },
        {
            "id": "64cc6bc9-0243-43f0-ad3d-c07bedf931dc",
            "gambit_id": "98c671e2-12ef-4262-b07f-1bb5e7bcf34c",
            "last_updated": "2023-10-23T13:52:56.463773-04:00",
            "created_at": "2023-10-20T09:13:19.128534-04:00",
            "name": "Warlley Alves",
            "reward": "5.51000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f40564d3-69d5-46ab-849d-852cb421a805/?format=api"
        }
    ]
}