GET /api/bet_types/a9f3c2c6-c8a1-40ff-ab91-c89f05d9f26c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9f3c2c6-c8a1-40ff-ab91-c89f05d9f26c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc8f544d-6a00-4d02-bf8b-6d15e750d077/?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": "SFO",
                "amount": 5405.0
            },
            {
                "team": "SDG",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5f73373-835a-48bb-90fa-3785fa21221e",
            "gambit_id": "ea300e92-9ff8-4736-b7aa-3e841350557a",
            "last_updated": "2022-08-09T09:42:02.948659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9f3c2c6-c8a1-40ff-ab91-c89f05d9f26c/?format=api"
        },
        {
            "id": "141d8d1e-5087-4363-a3f2-bf62bced81ef",
            "gambit_id": "b6ab80af-cc5a-4623-b2b3-bb17b5c34bf9",
            "last_updated": "2022-08-09T09:42:02.948216-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9f3c2c6-c8a1-40ff-ab91-c89f05d9f26c/?format=api"
        }
    ]
}