GET /api/bet_types/7b9ce852-208e-4d0d-b871-d698d43cb81c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b9ce852-208e-4d0d-b871-d698d43cb81c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d9273dc-4fef-4ee0-b781-ad459cb2e25d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-18T09:43:03.823592-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": "Minnesota Twins",
                "amount": 6557.0
            },
            {
                "team": "Detroit Tigers",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "9abb8217-1d7e-47a9-ab5b-684b32f3bb8e",
            "gambit_id": "16b02a8d-773f-4051-b697-34573895d071",
            "last_updated": "2023-06-20T10:43:11.481965-04:00",
            "created_at": "2023-06-18T09:43:03.827701-04:00",
            "name": "Minnesota Twins",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b9ce852-208e-4d0d-b871-d698d43cb81c/?format=api"
        },
        {
            "id": "4099a5b5-11e3-42be-9b79-9fcfcd098e50",
            "gambit_id": "c63cf92b-9876-47bc-9c5b-04b1b8cb99e3",
            "last_updated": "2023-06-20T10:43:11.479329-04:00",
            "created_at": "2023-06-18T09:43:03.825566-04:00",
            "name": "Detroit Tigers",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b9ce852-208e-4d0d-b871-d698d43cb81c/?format=api"
        }
    ]
}