GET /api/bet_types/2b713252-bb4e-4c08-87de-97ce1210d2f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b713252-bb4e-4c08-87de-97ce1210d2f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a50118a1-0d8e-46ff-bec5-c6fb34824233/?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": "Illinois",
                "amount": 8017.0
            },
            {
                "team": "Wyoming",
                "amount": 1983.0
            }
        ],
        "expected_reward_tokens": 9379.59,
        "profit_sb": 379.59,
        "profit_sb_percentage": 4.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "6777aa4e-9ceb-40d5-9806-d6824e47ab97",
            "gambit_id": "5d3bf84b-db20-4301-93ac-678211a7d8ac",
            "last_updated": "2022-08-28T11:27:15.280791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b713252-bb4e-4c08-87de-97ce1210d2f8/?format=api"
        },
        {
            "id": "56aee056-68ff-45fc-a668-71a893fb2009",
            "gambit_id": "96979772-f512-43ab-9cd5-d8859bd5eb4e",
            "last_updated": "2022-08-28T11:27:15.281293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "4.73000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b713252-bb4e-4c08-87de-97ce1210d2f8/?format=api"
        }
    ]
}