GET /api/bet_types/5160e76e-f66f-467f-86ce-566fbeeac39a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5160e76e-f66f-467f-86ce-566fbeeac39a",
    "match": "https://api-prod.gambitprofit.com/api/matches/66477ac6-5bb4-471c-b84b-d543284bfbf0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T10:37:56.243933-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": "Game Total Under 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfc23ee6-7d61-42ca-a056-690f5055a585",
            "gambit_id": "1155c29e-9f49-4950-b421-72a092b619a4",
            "last_updated": "2023-03-06T11:37:11.418815-05:00",
            "created_at": "2023-03-04T10:37:56.245170-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5160e76e-f66f-467f-86ce-566fbeeac39a/?format=api"
        },
        {
            "id": "d76c04eb-c5dd-44c8-ab64-bcf3b3b38662",
            "gambit_id": "7fa69618-952c-489c-8ebe-8348c25d1606",
            "last_updated": "2023-03-06T11:37:11.420131-05:00",
            "created_at": "2023-03-04T10:37:56.246441-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5160e76e-f66f-467f-86ce-566fbeeac39a/?format=api"
        }
    ]
}