GET /api/bet_types/fc5fcf1b-c970-47e6-bc07-ca12d4888daf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc5fcf1b-c970-47e6-bc07-ca12d4888daf",
    "match": "https://api-prod.gambitprofit.com/api/matches/2260a9a3-c870-4a61-a4e4-44e779a86370/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:47:57.725947-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": 5423.0
            },
            {
                "team": "COL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad247549-2069-4138-988b-58533dcb2bf0",
            "gambit_id": "84131a02-ea93-47c6-8089-b3bf14119274",
            "last_updated": "2023-07-24T13:33:10.985792-04:00",
            "created_at": "2023-07-23T11:47:57.735141-04:00",
            "name": "MIA",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5fcf1b-c970-47e6-bc07-ca12d4888daf/?format=api"
        },
        {
            "id": "123bf0cb-10f2-4d41-85f1-757a3a048af2",
            "gambit_id": "cd10a802-1ebf-4c60-8774-a36c40cb2a62",
            "last_updated": "2023-07-24T13:33:10.982612-04:00",
            "created_at": "2023-07-23T11:47:57.730607-04:00",
            "name": "COL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5fcf1b-c970-47e6-bc07-ca12d4888daf/?format=api"
        }
    ]
}