GET /api/bet_types/56545cca-9019-40e2-8a43-f7af4dbbead3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56545cca-9019-40e2-8a43-f7af4dbbead3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ac98692-8a7f-4459-ad58-61d60f8ef58e/?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": "Wisconsin",
                "amount": 5000.0
            },
            {
                "team": "New Mexico State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "b495f6c9-b2bb-4ede-9bbe-2776b6f98a87",
            "gambit_id": "7cdb1d8d-73ef-446b-bb7d-99cd8c87abf0",
            "last_updated": "2022-09-18T20:32:16.392231-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56545cca-9019-40e2-8a43-f7af4dbbead3/?format=api"
        },
        {
            "id": "d9095053-30ce-41a9-aade-050824eefdee",
            "gambit_id": "b8fa1c62-e4dd-4c88-9de0-5ef301b079d0",
            "last_updated": "2022-09-18T20:32:16.393213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56545cca-9019-40e2-8a43-f7af4dbbead3/?format=api"
        }
    ]
}