GET /api/bet_types/086ce3a7-05bb-445d-81fb-b51ffb564eb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "086ce3a7-05bb-445d-81fb-b51ffb564eb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c812eae7-c22a-478d-b67e-a00bcbbdf6f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:32:16.918545-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": "Karine Silva",
                "amount": 6386.0
            },
            {
                "team": "Ketlen Souza",
                "amount": 3614.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "91b6ac30-de45-40c1-8e31-b8f0f722481e",
            "gambit_id": "e63eaebb-bfaa-4ae7-911b-fe3e0931fb73",
            "last_updated": "2023-06-05T10:57:23.191183-04:00",
            "created_at": "2023-06-03T11:32:16.922716-04:00",
            "name": "Karine Silva",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/086ce3a7-05bb-445d-81fb-b51ffb564eb4/?format=api"
        },
        {
            "id": "a804bcdd-53bc-4642-b88a-8cfd742e534c",
            "gambit_id": "b8c2cd85-b9e9-443f-a976-d08d7b5badbc",
            "last_updated": "2023-06-05T10:57:23.189009-04:00",
            "created_at": "2023-06-03T11:32:16.920831-04:00",
            "name": "Ketlen Souza",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/086ce3a7-05bb-445d-81fb-b51ffb564eb4/?format=api"
        }
    ]
}