GET /api/bet_types/0abedd5e-92e9-42a2-ad39-86d4d9f8284d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0abedd5e-92e9-42a2-ad39-86d4d9f8284d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4c67553-6d7b-4597-b96b-07b6966f573c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:56.777381-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": "MIL",
                "amount": 5599.0
            },
            {
                "team": "SFO",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "51668e3c-17f1-4cd4-a20d-023165748f6f",
            "gambit_id": "4dd5ba1a-dbaf-48a6-9a3e-e5ba94ab9bdb",
            "last_updated": "2023-05-07T11:57:18.868744-04:00",
            "created_at": "2023-05-06T11:51:56.780512-04:00",
            "name": "MIL",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0abedd5e-92e9-42a2-ad39-86d4d9f8284d/?format=api"
        },
        {
            "id": "6f3f66ca-d192-48f8-a3ed-75450a94b67c",
            "gambit_id": "9c7d8d9a-61c1-4504-ac4a-7ca1fea61292",
            "last_updated": "2023-05-07T11:57:18.867333-04:00",
            "created_at": "2023-05-06T11:51:56.778838-04:00",
            "name": "SFO",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0abedd5e-92e9-42a2-ad39-86d4d9f8284d/?format=api"
        }
    ]
}