GET /api/bet_types/9d57fe2b-3c97-43ac-852f-943cc9391682/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d57fe2b-3c97-43ac-852f-943cc9391682",
    "match": "https://api-prod.gambitprofit.com/api/matches/b04f544f-a0a4-4cf8-8574-2050063bb19c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-22T11:27:15.842895-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": "COL",
                "amount": 5788.0
            },
            {
                "team": "MIA",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "62fdf17a-b22d-4a34-b3aa-84031efbe039",
            "gambit_id": "7c95c135-f84e-4309-81de-60f1cb76948a",
            "last_updated": "2023-05-25T13:47:08.271551-04:00",
            "created_at": "2023-05-22T11:27:15.845479-04:00",
            "name": "COL",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d57fe2b-3c97-43ac-852f-943cc9391682/?format=api"
        },
        {
            "id": "be5e0d22-051e-423d-bffa-1d6fc6a06e9b",
            "gambit_id": "27808ff6-841c-434a-9a5e-8aa78591905e",
            "last_updated": "2023-05-25T13:47:08.265878-04:00",
            "created_at": "2023-05-22T11:27:15.844138-04:00",
            "name": "MIA",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d57fe2b-3c97-43ac-852f-943cc9391682/?format=api"
        }
    ]
}