GET /api/bet_types/88eec0fe-01a0-4d78-9a73-9cc954a5b530/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88eec0fe-01a0-4d78-9a73-9cc954a5b530",
    "match": "https://api-prod.gambitprofit.com/api/matches/f88eb534-e7bc-4732-89cc-5ad5f8f59afe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:23:07.562357-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": "TOR (Y Kikuchi)",
                "amount": 5389.0
            },
            {
                "team": "TAM (A Civale)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1ea5632-baed-4d00-9758-48e3f9d30778",
            "gambit_id": "ddcea417-9170-4246-a1a8-ab34b3793cce",
            "last_updated": "2023-09-30T10:53:15.021773-04:00",
            "created_at": "2023-09-29T09:23:07.572768-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88eec0fe-01a0-4d78-9a73-9cc954a5b530/?format=api"
        },
        {
            "id": "923417e9-03df-4aae-9854-090f22e9971d",
            "gambit_id": "6dea2429-c7d2-40ac-9ebc-6190a45952ce",
            "last_updated": "2023-09-30T10:53:15.018061-04:00",
            "created_at": "2023-09-29T09:23:07.568543-04:00",
            "name": "TAM (A Civale)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88eec0fe-01a0-4d78-9a73-9cc954a5b530/?format=api"
        }
    ]
}