GET /api/bet_types/8dcc4798-aff8-4935-9fa3-d13d69f4269b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dcc4798-aff8-4935-9fa3-d13d69f4269b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3961ec6-7488-4e19-9994-4af7ebf8a455/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:19.805712-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": "BAL",
                "amount": 5699.0
            },
            {
                "team": "TAM",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "365b283d-6677-471a-9983-4eb516a09f59",
            "gambit_id": "590bef64-ce44-4786-94e4-c130c2c32880",
            "last_updated": "2023-06-22T10:23:03.677421-04:00",
            "created_at": "2023-06-20T08:33:19.808448-04:00",
            "name": "BAL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dcc4798-aff8-4935-9fa3-d13d69f4269b/?format=api"
        },
        {
            "id": "57d9e194-5eee-48fc-aba0-d81bee22d10b",
            "gambit_id": "72dc4252-019f-4b45-9ade-b99f8308a440",
            "last_updated": "2023-06-22T10:23:03.680305-04:00",
            "created_at": "2023-06-20T08:33:19.811391-04:00",
            "name": "TAM",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dcc4798-aff8-4935-9fa3-d13d69f4269b/?format=api"
        }
    ]
}