GET /api/bet_types/b98f369f-7d53-4ed3-8871-bcf30f16e3fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b98f369f-7d53-4ed3-8871-bcf30f16e3fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a46ab9f5-9b9e-4987-b657-3e1fab4dfab4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T08:33:14.679476-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": 5939.0
            },
            {
                "team": "TOR",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "44bf62f5-c5c4-4244-ac35-3e8f344d2290",
            "gambit_id": "dd620252-e35e-406c-8c60-18fda1e11bbc",
            "last_updated": "2023-06-22T11:03:08.706742-04:00",
            "created_at": "2023-06-21T08:33:14.682944-04:00",
            "name": "MIA",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98f369f-7d53-4ed3-8871-bcf30f16e3fc/?format=api"
        },
        {
            "id": "861bdb8d-1ed1-41ae-b314-f9dfc1bb0e8a",
            "gambit_id": "c5132837-9cd3-4d81-a6b9-62040d331d49",
            "last_updated": "2023-06-22T11:03:08.704408-04:00",
            "created_at": "2023-06-21T08:33:14.681121-04:00",
            "name": "TOR",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98f369f-7d53-4ed3-8871-bcf30f16e3fc/?format=api"
        }
    ]
}