GET /api/bet_types/1d2a10e9-c33a-4845-8dac-ce60b66b286f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d2a10e9-c33a-4845-8dac-ce60b66b286f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e2524a1-5613-475a-9377-479367938aa9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T14:28:16.782301-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": "Diego Lopes",
                "amount": 5864.0
            },
            {
                "team": "Gavin Tucker",
                "amount": 4136.0
            }
        ],
        "expected_reward_tokens": 9264.64,
        "profit_sb": -235.36,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab9024f4-e64a-4984-8c0b-0c662d4f57b6",
            "gambit_id": "545cb57a-d351-4eb6-91e4-cd93d4ad2848",
            "last_updated": "2023-08-07T15:13:07.987989-04:00",
            "created_at": "2023-08-05T14:28:16.792331-04:00",
            "name": "Diego Lopes",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2a10e9-c33a-4845-8dac-ce60b66b286f/?format=api"
        },
        {
            "id": "120ff86f-1096-4299-a955-6cda5dcbdf6b",
            "gambit_id": "779a8745-a053-4fb5-ae0c-80b22df4c559",
            "last_updated": "2023-08-07T15:13:07.984349-04:00",
            "created_at": "2023-08-05T14:28:16.787462-04:00",
            "name": "Gavin Tucker",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2a10e9-c33a-4845-8dac-ce60b66b286f/?format=api"
        }
    ]
}