GET /api/bet_types/e347c13e-a5cd-475d-918f-04525f590a33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e347c13e-a5cd-475d-918f-04525f590a33",
    "match": "https://api-prod.gambitprofit.com/api/matches/5734f1b8-5e14-43ed-9e69-c8d1817e8bb9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "OAK",
                "amount": 5680.0
            },
            {
                "team": "MIA",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb30c21e-7546-4a60-aed1-5b6c41317509",
            "gambit_id": "a12b2755-07bb-423e-b639-1f47e46a5d9e",
            "last_updated": "2022-12-24T17:12:08.621988-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e347c13e-a5cd-475d-918f-04525f590a33/?format=api"
        },
        {
            "id": "67c6cffb-ad6f-4f11-92b8-d218dc65ea70",
            "gambit_id": "a39d76a5-c229-4408-8f48-04d6061a8437",
            "last_updated": "2022-12-24T17:12:08.623089-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e347c13e-a5cd-475d-918f-04525f590a33/?format=api"
        }
    ]
}