GET /api/bet_types/63710afb-949d-4402-ad3c-190544f45e06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63710afb-949d-4402-ad3c-190544f45e06",
    "match": "https://api-prod.gambitprofit.com/api/matches/e16ed40d-b4cf-4118-a500-f2a98dc48286/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Baltimore Ravens",
                "amount": 6142.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 3858.0
            }
        ],
        "expected_reward_tokens": 9335.84,
        "profit_sb": 335.84,
        "profit_sb_percentage": 3.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ef95537-e500-4653-94af-751586ba27a4",
            "gambit_id": "d1392e0c-31c1-4ec0-bf01-5d0f582a70b5",
            "last_updated": "2022-08-12T10:07:12.212861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63710afb-949d-4402-ad3c-190544f45e06/?format=api"
        },
        {
            "id": "7717527f-852d-424e-a7cf-c53919045106",
            "gambit_id": "423e61af-44b8-48ec-919f-350d3300fdd0",
            "last_updated": "2022-08-12T10:07:12.213275-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "2.42000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63710afb-949d-4402-ad3c-190544f45e06/?format=api"
        }
    ]
}