GET /api/bet_types/51774166-cabf-4213-9f82-7be45ca54c05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51774166-cabf-4213-9f82-7be45ca54c05",
    "match": "https://api-prod.gambitprofit.com/api/matches/19065aae-0fdb-4262-b0e4-8210cb980e74/?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": "BAL",
                "amount": 5752.0
            },
            {
                "team": "TOR",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "683fc4cf-1b67-403c-9803-210640a03191",
            "gambit_id": "09d8055b-01da-4001-9869-adf5a00fd1f0",
            "last_updated": "2022-08-09T09:42:03.368931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51774166-cabf-4213-9f82-7be45ca54c05/?format=api"
        },
        {
            "id": "b5c31545-16c4-42b4-b57b-6765c99d1e7f",
            "gambit_id": "0c69808a-7487-433a-8c95-1c48e371251a",
            "last_updated": "2022-08-09T09:42:03.369382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51774166-cabf-4213-9f82-7be45ca54c05/?format=api"
        }
    ]
}