GET /api/bet_types/f4becfd8-457b-4ec5-adf1-4f82bf5a5f5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4becfd8-457b-4ec5-adf1-4f82bf5a5f5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c6b3e9b-dd97-442a-8084-ed77877bb80a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-27T10:52:08.494132-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": "TEX",
                "amount": 6399.0
            },
            {
                "team": "BAL",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfcd7f3e-f950-4f14-bef2-e33ce9f59bdf",
            "gambit_id": "9a578a70-b23a-433a-aadb-1dae13572014",
            "last_updated": "2023-05-29T11:47:21.146851-04:00",
            "created_at": "2023-05-27T10:52:08.498164-04:00",
            "name": "TEX",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4becfd8-457b-4ec5-adf1-4f82bf5a5f5e/?format=api"
        },
        {
            "id": "f60acac2-1cf0-4e20-b454-1361c0d2caa4",
            "gambit_id": "2d805175-8682-4d84-bc6d-bbd91d79605f",
            "last_updated": "2023-05-29T11:47:21.149945-04:00",
            "created_at": "2023-05-27T10:52:08.501384-04:00",
            "name": "BAL",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4becfd8-457b-4ec5-adf1-4f82bf5a5f5e/?format=api"
        }
    ]
}