GET /api/bet_types/62ae29f3-3881-4289-9594-4f1f3ea38229/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62ae29f3-3881-4289-9594-4f1f3ea38229",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ee2b968-52a9-43c5-aeab-dd8a0f223eb4/?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": "PIT",
                "amount": 6170.0
            },
            {
                "team": "CHC",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ec00813-c817-43aa-ac95-4c848fe99e94",
            "gambit_id": "c822486a-2f46-43c9-b403-276862582a1a",
            "last_updated": "2022-09-25T21:56:59.719498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ae29f3-3881-4289-9594-4f1f3ea38229/?format=api"
        },
        {
            "id": "f1708bbf-5830-45a2-904e-9395364f40fd",
            "gambit_id": "38aa6f5e-b829-4367-9325-483b13874295",
            "last_updated": "2022-09-25T21:56:59.720603-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ae29f3-3881-4289-9594-4f1f3ea38229/?format=api"
        }
    ]
}