GET /api/bet_types/97b542ac-e12f-4b31-b9c9-47c2c7fa7e22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97b542ac-e12f-4b31-b9c9-47c2c7fa7e22",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ea031a-0470-4098-994b-ad442f253465/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:18.661225-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": "SFO (J Brebbia)",
                "amount": 5838.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "05099492-df31-4e7c-91ed-425be2aa863e",
            "gambit_id": "584705bc-35c6-4a83-9f5a-65e975855a38",
            "last_updated": "2023-05-31T11:47:21.928296-04:00",
            "created_at": "2023-05-30T10:47:18.665546-04:00",
            "name": "SFO (J Brebbia)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97b542ac-e12f-4b31-b9c9-47c2c7fa7e22/?format=api"
        },
        {
            "id": "43f7ad59-b5e0-4527-ace1-3aa99ab88fcf",
            "gambit_id": "c84a7a54-4da7-4e72-8642-b2114abb226f",
            "last_updated": "2023-05-31T11:47:21.926136-04:00",
            "created_at": "2023-05-30T10:47:18.663334-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97b542ac-e12f-4b31-b9c9-47c2c7fa7e22/?format=api"
        }
    ]
}