GET /api/bet_types/a24eb5d0-ca6d-41f1-b34a-ae98e95a3ce3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a24eb5d0-ca6d-41f1-b34a-ae98e95a3ce3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a35cb1ba-f848-404d-9c36-a57a69647b6d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-07T09:28:22.434993-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": "SFO",
                "amount": 5867.0
            },
            {
                "team": "COL",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a1bb479-1dca-4e61-8162-853232759d22",
            "gambit_id": "f15adea2-43a3-4d2d-8332-52cc9df11398",
            "last_updated": "2023-06-08T16:23:13.735397-04:00",
            "created_at": "2023-06-07T09:28:22.437898-04:00",
            "name": "SFO",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24eb5d0-ca6d-41f1-b34a-ae98e95a3ce3/?format=api"
        },
        {
            "id": "39038bd8-9ee1-4f56-8b80-ac728a996ab2",
            "gambit_id": "5b0ebebe-95b9-40df-b5e3-ab0b4a63a3f0",
            "last_updated": "2023-06-08T16:23:13.737996-04:00",
            "created_at": "2023-06-07T09:28:22.440613-04:00",
            "name": "COL",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a24eb5d0-ca6d-41f1-b34a-ae98e95a3ce3/?format=api"
        }
    ]
}