GET /api/bet_types/ba67c1a4-3fe4-4fe9-93c5-2cad41fd0031/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba67c1a4-3fe4-4fe9-93c5-2cad41fd0031",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d41a2f0-f3e9-404d-9ee4-e70b437dfc12/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:16.749868-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": "MIA",
                "amount": 6020.0
            },
            {
                "team": "SDG",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f4e4ae5-6049-4027-8eb2-5f83cfc15e9e",
            "gambit_id": "28b8654c-9aa4-49a4-9391-bfed802ab1e6",
            "last_updated": "2023-06-01T10:12:10.376492-04:00",
            "created_at": "2023-05-31T11:47:16.755136-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba67c1a4-3fe4-4fe9-93c5-2cad41fd0031/?format=api"
        },
        {
            "id": "bc6f17a2-7017-4366-9117-743f16eed65c",
            "gambit_id": "17b866c3-fd5b-4ed5-afaf-1fc43bea1b7c",
            "last_updated": "2023-06-01T10:12:10.373495-04:00",
            "created_at": "2023-05-31T11:47:16.752452-04:00",
            "name": "SDG",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba67c1a4-3fe4-4fe9-93c5-2cad41fd0031/?format=api"
        }
    ]
}