GET /api/bet_types/169269df-ff5a-416f-b479-574a05b51052/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "169269df-ff5a-416f-b479-574a05b51052",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d774ea-9463-4d6e-9795-a377a67a7a20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T10:23:20.623258-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": "Melissa Gatto",
                "amount": 6714.0
            },
            {
                "team": "Ariane Lipski",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": -234.68,
        "profit_sb_percentage": -2.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8012209-f54a-4959-938c-6076a3e4fe37",
            "gambit_id": "3c40ba8e-1827-4f29-b436-c773eeb16540",
            "last_updated": "2023-07-03T10:58:19.349728-04:00",
            "created_at": "2023-07-01T10:23:20.628853-04:00",
            "name": "Melissa Gatto",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/169269df-ff5a-416f-b479-574a05b51052/?format=api"
        },
        {
            "id": "c7b90962-919b-463b-9493-1abb34284acd",
            "gambit_id": "cb01fc63-3c1d-4e69-be7f-c66aaf0ee04e",
            "last_updated": "2023-07-03T10:58:19.347760-04:00",
            "created_at": "2023-07-01T10:23:20.626211-04:00",
            "name": "Ariane Lipski",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/169269df-ff5a-416f-b479-574a05b51052/?format=api"
        }
    ]
}