GET /api/bet_types/9c898fa7-be22-4bc3-8bb2-b0c1f539bc38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c898fa7-be22-4bc3-8bb2-b0c1f539bc38",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb51eb5d-2577-4c5a-aa50-3032f91de258/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-03T11:22:13.686408-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": "MIA",
                "amount": 5000.0
            },
            {
                "team": "OAK",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0334ce18-317c-4713-8ab3-dcd7ca7588f7",
            "gambit_id": "1bee7326-2e61-49ae-9846-1f162bdad6e1",
            "last_updated": "2023-06-05T10:57:19.721903-04:00",
            "created_at": "2023-06-03T11:22:13.690782-04:00",
            "name": "MIA",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c898fa7-be22-4bc3-8bb2-b0c1f539bc38/?format=api"
        },
        {
            "id": "0a7d490c-1312-4b7a-a2c4-299a7601e20e",
            "gambit_id": "9a7b86d1-4b87-4da7-91d5-c40938633ce6",
            "last_updated": "2023-06-05T10:57:19.719860-04:00",
            "created_at": "2023-06-03T11:22:13.688397-04:00",
            "name": "OAK",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c898fa7-be22-4bc3-8bb2-b0c1f539bc38/?format=api"
        }
    ]
}