GET /api/bet_types/50bbe166-5160-433a-a495-e870426a3c9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50bbe166-5160-433a-a495-e870426a3c9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d3871b3-ca9f-429f-9632-614ea373a4cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T00:23:16.735929-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": "NYY",
                "amount": 5939.0
            },
            {
                "team": "HOU",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "4466885f-7861-490c-8cc8-3cc1f55a50b2",
            "gambit_id": "ad6a5c77-9151-44ed-8dfe-cd524ceca65b",
            "last_updated": "2023-09-04T12:58:29.644844-04:00",
            "created_at": "2023-09-03T00:23:16.739669-04:00",
            "name": "NYY",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50bbe166-5160-433a-a495-e870426a3c9a/?format=api"
        },
        {
            "id": "a0b4a320-edb5-40a9-8fa6-b0e1386b99ec",
            "gambit_id": "235f4f13-136a-4ceb-93a5-0de2bcac34ad",
            "last_updated": "2023-09-04T12:58:29.648372-04:00",
            "created_at": "2023-09-03T00:23:16.743614-04:00",
            "name": "HOU",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50bbe166-5160-433a-a495-e870426a3c9a/?format=api"
        }
    ]
}