GET /api/bet_types/b3e67f8f-6a27-4f9a-88eb-e26aa6b0bba5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3e67f8f-6a27-4f9a-88eb-e26aa6b0bba5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd9057c2-ca1f-4e8b-bf5f-20f120a5dfa1/?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": "TEX",
                "amount": 5521.0
            },
            {
                "team": "NYY",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e7ad556-0a19-4574-a440-1d88013cf43e",
            "gambit_id": "c90b9446-97c2-49ad-b583-e05da0a89df2",
            "last_updated": "2022-10-04T13:17:06.146072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e67f8f-6a27-4f9a-88eb-e26aa6b0bba5/?format=api"
        },
        {
            "id": "3bd99873-6819-4688-b028-d5126817737f",
            "gambit_id": "cbaffbd5-6ca7-4d2f-82d6-02d2b374bd65",
            "last_updated": "2022-10-04T13:17:06.147032-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e67f8f-6a27-4f9a-88eb-e26aa6b0bba5/?format=api"
        }
    ]
}