GET /api/bet_types/db58beb5-1610-4706-88a4-279f139f51b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db58beb5-1610-4706-88a4-279f139f51b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/67a536ca-8b68-4237-99fd-719619f364c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:07.299529-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": "CLE",
                "amount": 6163.0
            },
            {
                "team": "MIN",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b8cf979-9075-4890-b721-b945b5a3bdae",
            "gambit_id": "912d928a-1627-45f3-9e51-012cd35e3185",
            "last_updated": "2023-06-04T13:22:20.032851-04:00",
            "created_at": "2023-06-02T10:32:07.301610-04:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db58beb5-1610-4706-88a4-279f139f51b9/?format=api"
        },
        {
            "id": "3662c956-0e20-4607-8538-ae8a1862e63c",
            "gambit_id": "c5ee937c-efbe-49a2-99b9-fc29d1b3a106",
            "last_updated": "2023-06-04T13:22:20.034629-04:00",
            "created_at": "2023-06-02T10:32:07.303883-04:00",
            "name": "MIN",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db58beb5-1610-4706-88a4-279f139f51b9/?format=api"
        }
    ]
}