GET /api/bet_types/099fe296-0d59-41da-bf7b-98bf6fa57fcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "099fe296-0d59-41da-bf7b-98bf6fa57fcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c3b5936-c871-40ff-b7e7-3826a9247baa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:00.272842-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": "STL",
                "amount": 5107.0
            },
            {
                "team": "BAL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9061e25-cdab-42bf-9690-9ad03c028c1b",
            "gambit_id": "811c1b51-bbc3-4920-b1c3-f5917ce0702a",
            "last_updated": "2023-09-15T16:33:16.680261-04:00",
            "created_at": "2023-09-12T09:23:00.276459-04:00",
            "name": "STL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099fe296-0d59-41da-bf7b-98bf6fa57fcb/?format=api"
        },
        {
            "id": "c5e85bc8-964b-478e-a21f-e60744be6290",
            "gambit_id": "a17617b4-f7d6-4a4a-a3ba-d75df22c1bc0",
            "last_updated": "2023-09-15T16:33:16.684306-04:00",
            "created_at": "2023-09-12T09:23:00.280230-04:00",
            "name": "BAL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099fe296-0d59-41da-bf7b-98bf6fa57fcb/?format=api"
        }
    ]
}