GET /api/bet_types/808746bc-5ef0-4f42-8e9b-ffd2a6bcf053/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "808746bc-5ef0-4f42-8e9b-ffd2a6bcf053",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dbfc53e-80f6-486c-9876-8e695a026437/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-29T16:47:12.738025-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": "COL",
                "amount": 6020.0
            },
            {
                "team": "ARI",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "61ec629c-b7c9-422a-aabc-506705bacb77",
            "gambit_id": "c04b7d03-57f2-40e7-b055-4f83f1560df7",
            "last_updated": "2023-04-30T15:27:14.136055-04:00",
            "created_at": "2023-04-29T16:47:12.739539-04:00",
            "name": "COL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808746bc-5ef0-4f42-8e9b-ffd2a6bcf053/?format=api"
        },
        {
            "id": "9560b3b9-6127-414e-9973-096db02053ec",
            "gambit_id": "0fd68911-12cc-4643-8e81-1b7c5be204c1",
            "last_updated": "2023-04-30T15:27:14.138091-04:00",
            "created_at": "2023-04-29T16:47:12.741453-04:00",
            "name": "ARI",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808746bc-5ef0-4f42-8e9b-ffd2a6bcf053/?format=api"
        }
    ]
}